home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / ra / rapfix.zip / RAPFIX.DOC < prev    next >
Text File  |  1992-03-09  |  2KB  |  49 lines

  1.  
  2. RAPFIX is a short little utility to fix a slight flaw in the logic of
  3. RAP, in the absence of a bugfix to the RAP program itself.
  4.  
  5. This flaw occurs under bizarre circumstances.  You will *NOT* need to
  6. use this program unless:
  7.  
  8. 1) You are not running RemoteAccess V1.11, and
  9. 2) Your system allows users to sign on with one-word names
  10.  
  11. I've been unable to determine exactly which BBS programs don't handle
  12. this correctly, but I'm told that SOME of them will write a blank field
  13. into DORINFO1.DEF where the user's last name should be.  RemoteAccess
  14. doesn't do this: it inserts the period character (".") instead of
  15. leaving it blank, thus RAP works just fine with RA V1.11.
  16.  
  17. If RAP is working fine for you, you won't need this program.  If, on the
  18. other hand, you've found that some users can logon and use RAP fine the
  19. first time, but the SECOND time they use it they are not found in the
  20. userfile when RAP searches for them, then you will need to run RAPFIX.
  21.  
  22. RAPFIX will directly modify the DORINFO1.DEF file and "fill in" any
  23. blank fields with a period character.  Run RAPFIX immediately before
  24. running RAP itself (be sure that RAPFIX, like RAP, can find the
  25. BRUN45.EXE file).  There is only one commandline parameter but it is
  26. mandatory: the name (and, optionally, the path) of the DORINFO1.DEF
  27. file.
  28.  
  29. Examples:
  30.  
  31. RAPFIX DORINFO1.DEF
  32.  
  33. Will fix DORINFO1.DEF in the current directory.
  34.  
  35. RAPFIX C:\RA\LINE4\DORINFO1.DEF
  36.  
  37. Will fix DORINFO1.DEF in the C:\RA\LINE4 directory.
  38.  
  39.  
  40. Important note: it is possible that some DORINFO-using systems *MAY* try
  41. to read this file back when the user exits RAP and reloads the BBS.  If
  42. the name of the user has suddenly changed, you might have some
  43. problems... if this is the case with your BBS software, be sure that
  44. your batchfile that calls RAP saves a copy of the "good" DORINFO1.DEF
  45. file in a safe place before running RAPFIX and RAP.  After RAP exits,
  46. copy the "good" DORINFO1.DEF over the one that RAPFIX modified and that
  47. RAP used to login the user.
  48.  
  49.